program line
美
英 
- un.傳音線路;程序行
- 網絡廣播中繼線;程序線;程式線
英漢解釋
例句
Step through a program line by line: Each line of the executable program can be executed one line at a time.
步進調試:可執(zhí)行程序的每一行都可以一次一行的執(zhí)行。
Only a compiler reads, translation and executed in source program line program.
編譯程序只能一次讀取、翻譯并執(zhí)行源程序中的一行程序。
In effect, it translates the program line-by-line, alternately reading lines and carrying out commands.
在效果上,將程序一行一行的轉換,在讀取程序行和執(zhí)行命令之間交替切換。
if a program line is too long , you can continue the line onto the next physical line in the file.
如果某個程序行太長,可以在文件中的下一物理行繼續(xù)這一行。
You can also allocate space for local variables as is done in the program (line 63).
和程序中的處理一樣,還可以為局部變量分配空間(第63行)。
the stack trace includes the source file name and program line number if debugging information is available
如果有可用的調試信息,則堆棧跟蹤包含源文件名和程序行號。